Namespace: MonoSoftware.MonoX.OpenSocial
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void CreateFriendRelationship(
	string userId,
	Person person,
	IStandardFetchParameters parameters
)
Visual Basic
Public Sub CreateFriendRelationship ( 
	userId As String,
	person As Person,
	parameters As IStandardFetchParameters
)
Visual C++
public:
virtual void CreateFriendRelationship(
	String^ userId, 
	Person^ person, 
	IStandardFetchParameters^ parameters
) sealed
F#
abstract CreateFriendRelationship : 
        userId : string * 
        person : Person * 
        parameters : IStandardFetchParameters -> unit 
override CreateFriendRelationship : 
        userId : string * 
        person : Person * 
        parameters : IStandardFetchParameters -> unit 

Parameters

userId
Type: System..::..String
person
Type: Person
parameters
Type: IStandardFetchParameters

Implements

IOpenSocialDataAccessAdapterCreateFriendRelationship(String, Person, IStandardFetchParameters)

See Also