C# 클래스 Net.Pokeshot.JiveSdk.Clients.StreamsClient

상속: JiveClient
파일 보기 프로젝트 열기: jivesoftware/JiveDotNetSDK

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateAssociations ( int streamID, List associations ) : void
DestroyAssociation ( int streamId, string objectType, int objectId ) : void
StreamsClient ( string communityUrl, NetworkCredential credentials ) : System

메소드 상세

CreateAssociations() 공개 메소드

public CreateAssociations ( int streamID, List associations ) : void
streamID int
associations List
리턴 void

DestroyAssociation() 공개 메소드

public DestroyAssociation ( int streamId, string objectType, int objectId ) : void
streamId int
objectType string
objectId int
리턴 void

StreamsClient() 공개 메소드

public StreamsClient ( string communityUrl, NetworkCredential credentials ) : System
communityUrl string
credentials System.Net.NetworkCredential
리턴 System